home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Hardware / OpenPCI_Device / OpenPCI-8139Device.txt < prev    next >
Encoding:
Text File  |  2003-01-20  |  2.4 KB  |  58 lines

  1. Device Usage :
  2. ---------------------
  3. The openpci_8139.device is a SANA2 Device and work with MiamiDx, Genesis(AmiTCP) and maybe other TCP/IP stack.
  4.  
  5. Requirement : 
  6. ---------------------
  7. This device require openpci.library v1.0 or more, see OpenPCI documentation for more information about PCI Bus supported.
  8.  
  9. Limitation : 
  10. ---------------------
  11. The device can handle only one Unit (Unit 0) but in future version i will add multi-unit support.
  12.  
  13. Config File Usage :
  14. ---------------------
  15. The config File name is openpci_8139_x.config
  16. The "x" is the Unit number used in your TCP/IP stack (by default 0).
  17. Config file value :
  18. 0=Speed Auto Negociation 
  19. 1=10Mb Half-Duplex
  20. 2=10Mb Full-Duplex
  21. 3=100Mb Half-Duplex
  22. 4=100Mb Full-Duplex
  23. For change to a specific speed just change the value at the top of the file.
  24.  
  25. You don't need to reboot each time you change this value, in fact you just need to stop
  26. your TCP/IP stack flush the device (type : avail flush) and restart the Device.
  27.  
  28. Config File Install :
  29. ---------------------
  30. - make a dir OpenPCI in Envarc: if it doesn't exist
  31. - copy the file openpci_8139_0.config in Envarc:OpenPCI/
  32.  
  33. Network Auto Negociation Warning :
  34. ---------------------
  35. By default the configuration of openpci_8139.device use the mode Auto Negociation.
  36. This Auto Negociation mode detect the speed of your local network (all is done by the hardware)
  37. and set the 8139 Chipset speed to 10Mb or 100Mb (always with Half-Duplex).
  38. But sometimes the Auto Negociation could fail for detect the network speed and could detect a 100Mb network
  39. even if in fact the network is at 10Mb and nothing will work or you will see 99% of packet loss.
  40. If you have this problem on your network you need to set manually the network speed to 10Mb.
  41.  
  42. Full-Duplex Warning :
  43. ---------------------
  44. If you set Full-Duplex on a network with a Hub your network will doesn't work fine,
  45. because with a Hub it's impossible to do Full-Duplex.
  46. Enable Full-Duplex only if you use a Switch or a direct link through two 10/100Mb Card.
  47.  
  48. This warnings are not specific to the openpci_8139.device driver but specific to the 8139A/B/C/D chipsets.
  49.  
  50. openpci_8139.device written by Benjamin Vernoux titan@vgr.com
  51.  
  52. Thanks :
  53. ---------------------
  54. Harry Sintonen (Piru) for the SANA2 skeleton (with this piece of code i have gained lot of time)
  55. Robert Reiswig (RobR) (moral support ;-), OpenPCI documentation correction, ideas, installer etc...
  56. Special Thanks to the MorphOS team
  57.  
  58.